|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.co.cks.tms.xml.ResponseNcbType
Class ResponseNcbType.
| Field Summary | |
private java.util.Vector |
_ncbList
Field _ncbList |
| Constructor Summary | |
ResponseNcbType()
|
|
| Method Summary | |
void |
addNcb(int index,
Ncb vNcb)
Method addNcb |
void |
addNcb(Ncb vNcb)
Method addNcb |
java.util.Enumeration |
enumerateNcb()
Method enumerateNcb |
Ncb[] |
getNcb()
Method getNcb |
Ncb |
getNcb(int index)
Method getNcb |
int |
getNcbCount()
Method getNcbCount |
boolean |
isValid()
Method isValid |
void |
removeAllNcb()
Method removeAllNcb |
Ncb |
removeNcb(int index)
Method removeNcb |
void |
setNcb(int index,
Ncb vNcb)
Method setNcb |
void |
setNcb(Ncb[] ncbArray)
Method setNcb |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Vector _ncbList
| Constructor Detail |
public ResponseNcbType()
| Method Detail |
public void addNcb(int index,
Ncb vNcb)
throws java.lang.IndexOutOfBoundsException
index - vNcb -
java.lang.IndexOutOfBoundsException
public void addNcb(Ncb vNcb)
throws java.lang.IndexOutOfBoundsException
vNcb -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateNcb()
public Ncb[] getNcb()
public Ncb getNcb(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic int getNcbCount()
public boolean isValid()
public void removeAllNcb()
public Ncb removeNcb(int index)
index -
public void setNcb(int index,
Ncb vNcb)
throws java.lang.IndexOutOfBoundsException
index - vNcb -
java.lang.IndexOutOfBoundsExceptionpublic void setNcb(Ncb[] ncbArray)
ncbArray -
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||